Echo
Echo(var Text)
This function prints text to the TzScript.exe console window. This function has only one argument.
Example:
function
main()
{
Echo("Hello World!");
Pause();
}